home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000379_fdc@columbia.edu_Wed Sep 1 12:32:22 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc,comp.unix.aix
  4. Subject: Re: Problem with C-Kermit  ftp mput, intermittent errors
  5. Date: 1 Sep 2004 16:31:55 GMT
  6. Organization: Columbia University
  7. Lines: 29
  8. Message-ID: <slrncjbubr.iqr.fdc@sesame.cc.columbia.edu>
  9. References: <10jbp5nuksnv91@news20.forteinc.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1094056315 5933 128.59.59.56 (1 Sep 2004 16:31:55 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 1 Sep 2004 16:31:55 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15145 comp.unix.aix:263188
  17.  
  18. On 2004-09-01, @(none) <> wrote:
  19. : I'm using C-Kermit 8.0.211 and its wonderful ftp-client to send text 
  20. : files from a AIX 5.2 server to a Windows  NT server.
  21. :
  22. : I use a ?ftp open ....? and ?ftp mput /move-to:./bu *.txt?. Normally 
  23. : there is 5-10 files to transfer, and most time 2-3 files are not 
  24. : transferd, but gets an error:
  25. :     failed: 426 Connection closed; transfer aborted.
  26. :
  27. That's a message from the server.  The server is closing the connection.
  28.  
  29. : If I repeat the ?ftp mput ...? command a couple of times normally all 
  30. : files will be transferd. But some times there is one file that won't get 
  31. : over.
  32. :
  33. : At the moment I'm using a C-Kermit that is compiled for AIX 4.3 because 
  34. : I don't av a compiler on the servers with AIX 5.2. Could this be the 
  35. : cause of my problem?
  36. :
  37. The compiler used to build the client shouldn't affect the behavior of the
  38. server.  We have a C-Kermit 8.0.209 binary built under AIX 5.1, but the
  39. latest C-Kermit release, 8.0.211, has been built only on AIX 4.3.3.
  40.  
  41. If somebody can build it on later AIX versions, or give me access to AIX
  42. machines that have compilers and later OS releases, I could add the missing
  43. binaries to the archive.  (Which is why I'm copying this to comp.unix.aix.)
  44.  
  45. - Frank
  46.